extensions: cairo - remove unused lut_linear table
authorØyvind Kolås <pippin@gimp.org>
Tue, 31 Jul 2012 18:45:36 +0000 (20:45 +0200)
committerØyvind Kolås <pippin@gimp.org>
Tue, 31 Jul 2012 18:46:29 +0000 (20:46 +0200)
extensions/cairo.c

index 69e7275a3122ff912bd1c4508e346553d51cd02f..af94d0d55bdb5f834c2ce81718524c3885c76eba 100644 (file)
@@ -69,8 +69,6 @@ conv_rgbA8_premul_cairo32_le (unsigned char *src, unsigned char *dst, long sampl
   return samples;
 }
 
-static float         lut_linear[1 << 8];
-
 static inline long
 conv_rgbA8_cairo32_le (unsigned char *src, unsigned char *dst, long samples)
 {